FTP$1$ - traduzione in francese
Diclib.com
Dizionario in linea

FTP$1$ - traduzione in francese

STANDARD PROTOCOL FOR TRANSFERRING FILES OVER TCP/IP NETWORKS
Ftp; Anonymous FTP; FTP Server; FTP servers; FTP client; Simple File Transfer Protocol; File transfer protocol; FTP over SSH; Secure ftp; FTP Client; FTP site; File-Transfer Protocol; Ftp://; Port 21; PWD (FTP command); Standard file transfer protocols; FTP access; Mode Z compression; Ftpd; FTP protocol; Port 115; PASV; FTP URL; FTP; RFC 0959
  • Illustration of starting a passive connection using port 21

FTP      
FTP, file transfer protocol, method of transferring files on the Internet (Computers)

Definizione

FTP
File Transfer Protocol (Reference: Internet, RFC 959)

Wikipedia

File Transfer Protocol

The File Transfer Protocol (FTP) is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a client–server model architecture using separate control and data connections between the client and the server. FTP users may authenticate themselves with a clear-text sign-in protocol, normally in the form of a username and password, but can connect anonymously if the server is configured to allow it. For secure transmission that protects the username and password, and encrypts the content, FTP is often secured with SSL/TLS (FTPS) or replaced with SSH File Transfer Protocol (SFTP).

The first FTP client applications were command-line programs developed before operating systems had graphical user interfaces, and are still shipped with most Windows, Unix, and Linux operating systems. Many dedicated FTP clients and automation utilities have since been developed for desktops, servers, mobile devices, and hardware, and FTP has been incorporated into productivity applications such as HTML editors and file managers.

An FTP client used to be commonly integrated in web browsers, where file servers are browsed with the URI prefix "ftp://". Throughout 2021, the two major web browser vendors removed this ability. Support for the FTP protocol was first disabled in Google Chrome 88 in January 2021, followed by Firefox 88.0 in April 2021. In July 2021, Firefox 90 dropped FTP entirely, and Google followed suit in October 2021, removing FTP entirely in Google Chrome 95.